HowtoBecomeaProgrammer
About UsContact UsTkinter is one of my personal favorite modules, mainly because you can actual make a GUI, graphic user interface, with it, which we haven't been able to do so far in this course. When I first tried out this package I was excited from the thought that I can finally do more than just run a program, instead I can properly interact with it!
First, we are going to have to import the module:
from tkinter import tkinter